home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / pdrd2.zip / README.RD < prev   
Text File  |  1993-01-11  |  1KB  |  45 lines

  1. /*
  2.         README.RD
  3. */
  4.  
  5. Quick start
  6. -----------
  7. 1.  Unzip "PDRD2.ZIP"
  8. 2.  Read "README.RD" - this file
  9. 3.  Unzip "RD.ZIP"
  10. 4.  Compile and link RD_TOUR.PRG using CR.BAT if you use Rtlink, or CB.BAT
  11.     if you use Blinker.
  12. 5.  Run the newly created RD_TOUR.EXE.  This is a guided tour to the main
  13.     features of The Get/Read Collection.
  14. 6.  Study and/or compile/link/run the other RD_DEMO? programs.
  15.  
  16.  
  17. Packing list
  18. ------------
  19. CR.BAT       - compile/link batch file with Rtlink
  20. CB.BAT       - compile/link batch file with Blinker
  21. READ.LIB     - the engine library plus miscellaneous functions
  22. READ.CH      - include file
  23. SYNTAX.RD    - full syntax of the engine function
  24. QUICKREF.RD  - a quick reference of the engine function and the APIs
  25. API.RD       - full syntax of the APIs
  26. OVERVIEW.RD  - an overview of The Get/Read Collection
  27. README.RD    - this file
  28. KEYS.RD      - defaults hot keys and hot spots
  29. RD_DEMO1.PRG -} demonstration programs, each demonstrating an engine
  30. RD_DEMO2.PRG -} feature
  31. RD_DEMO3.PRG -} 
  32. RD_DEMO4.PRG -} 
  33. RD_DEMO5.PRG -}
  34. RD_DEMO6.PRG -}
  35. RD_DEMO7.PRG -} 
  36. RD_DEMO8.PRG -} 
  37. RD_TOUR.PRG  - a guided tour to the main features of the Collection   
  38.  
  39. History:
  40. -------
  41. Version 1.02 - January 10, 1993
  42. -------------------------------
  43. 1.  Changed syntaxes.
  44. 2.  Added various APIs.
  45.